ComponentOne ASP.NET MVC Controls
HasShadow Method

C1.Web.Mvc.Fluent Namespace > GaugeBuilder<TControl,TBuilder> Class : HasShadow Method
The value.
Configurates C1.Web.Mvc.Gauge.HasShadow. Sets whether the gauge should display a shadow effect.
Syntax
'Declaration
 
Public Function HasShadow( _
   ByVal value As Boolean _
) As TBuilder
public TBuilder HasShadow( 
   bool value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

GaugeBuilder<TControl,TBuilder> Class
GaugeBuilder<TControl,TBuilder> Members